home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Modelowanie 3D / K-3D 0.6.5.0 / k3d-all-in-one-setup-0.6.5.0.exe / aqsis-setup-1.1.0-2006-12-09.exe / include / aqsis / aqsis.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-11-22  |  1.1 KB  |  36 lines

  1. // Copyright ⌐ 1997 - 2001, Paul C. Gregory
  2. //
  3. // Contact: pgregory@aqsis.org
  4. //
  5. // This library is free software; you can redistribute it and/or
  6. // modify it under the terms of the GNU General Public
  7. // License as published by the Free Software Foundation; either
  8. // version 2 of the License, or (at your option) any later version.
  9. //
  10. // This library is distributed in the hope that it will be useful,
  11. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13. // General Public License for more details.
  14. //
  15. // You should have received a copy of the GNU General Public
  16. // License along with this library; if not, write to the Free Software
  17. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  18.  
  19.  
  20. /** \file
  21.         \brief Global Aqsis include to include all files required within Aqsis
  22.         \author Paul C. Gregory (pgregory@aqsis.org)
  23. */
  24.  
  25. //? Is .h included already?
  26. #ifndef AQSIS_H_INCLUDED
  27. #define AQSIS_H_INCLUDED 1
  28.  
  29. #include    <assert.h>
  30.  
  31. #include    "aqsis_types.h"
  32. #include    "aqsis_compiler.h"
  33.  
  34.  
  35. #endif // AQSIS_H_INCLUDED
  36.